PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFComboBoxField Class / isEditable Method
In This Topic
    isEditable Method
    In This Topic
    Gets a value indicating whether the value in combo box is editable by the user.
    Syntax
    public boolean isEditable()

    Return Value

    True if the user can edit the value selected in the combo box; otherwise false.
    See Also